Import docker.io_1.3.3~dfsg1.orig.tar.gz
authorTianon Gravi <admwiggin@gmail.com>
Fri, 19 Dec 2014 04:54:12 +0000 (04:54 +0000)
committerTianon Gravi <admwiggin@gmail.com>
Fri, 19 Dec 2014 04:54:12 +0000 (04:54 +0000)
commit4b0b97c2b646c726139515d8679cd1779dbf1688
treeee2cc27793a0c7aae39625e339a0c73bcaf1c26c
Import docker.io_1.3.3~dfsg1.orig.tar.gz

[dgit import orig docker.io_1.3.3~dfsg1.orig.tar.gz]
670 files changed:
.dockerignore [new file with mode: 0644]
.drone.yml [new file with mode: 0755]
.gitignore [new file with mode: 0644]
.mailmap [new file with mode: 0644]
.travis.yml [new file with mode: 0644]
AUTHORS [new file with mode: 0644]
CHANGELOG.md [new file with mode: 0644]
CONTRIBUTING.md [new file with mode: 0644]
Dockerfile [new file with mode: 0644]
LICENSE [new file with mode: 0644]
MAINTAINERS [new file with mode: 0644]
Makefile [new file with mode: 0644]
NOTICE [new file with mode: 0644]
README.md [new file with mode: 0644]
VERSION [new file with mode: 0644]
api/MAINTAINERS [new file with mode: 0644]
api/README.md [new file with mode: 0644]
api/api_unit_test.go [new file with mode: 0644]
api/client/cli.go [new file with mode: 0644]
api/client/commands.go [new file with mode: 0644]
api/client/hijack.go [new file with mode: 0644]
api/client/utils.go [new file with mode: 0644]
api/common.go [new file with mode: 0644]
api/server/MAINTAINERS [new file with mode: 0644]
api/server/server.go [new file with mode: 0644]
api/server/server_unit_test.go [new file with mode: 0644]
builder/MAINTAINERS [new file with mode: 0644]
builder/dispatchers.go [new file with mode: 0644]
builder/evaluator.go [new file with mode: 0644]
builder/internals.go [new file with mode: 0644]
builder/job.go [new file with mode: 0644]
builder/parser/dumper/main.go [new file with mode: 0644]
builder/parser/line_parsers.go [new file with mode: 0644]
builder/parser/parser.go [new file with mode: 0644]
builder/parser/parser_test.go [new file with mode: 0644]
builder/parser/testfiles-negative/env_equals_env/Dockerfile [new file with mode: 0644]
builder/parser/testfiles-negative/html-page-yes-really-thanks-lk4d4/Dockerfile [new file with mode: 0644]
builder/parser/testfiles-negative/shykes-nested-json/Dockerfile [new file with mode: 0644]
builder/parser/testfiles/brimstone-consuldock/Dockerfile [new file with mode: 0644]
builder/parser/testfiles/brimstone-consuldock/result [new file with mode: 0644]
builder/parser/testfiles/brimstone-docker-consul/Dockerfile [new file with mode: 0644]
builder/parser/testfiles/brimstone-docker-consul/result [new file with mode: 0644]
builder/parser/testfiles/continueIndent/Dockerfile [new file with mode: 0644]
builder/parser/testfiles/continueIndent/result [new file with mode: 0644]
builder/parser/testfiles/cpuguy83-nagios/Dockerfile [new file with mode: 0644]
builder/parser/testfiles/cpuguy83-nagios/result [new file with mode: 0644]
builder/parser/testfiles/docker/Dockerfile [new file with mode: 0644]
builder/parser/testfiles/docker/result [new file with mode: 0644]
builder/parser/testfiles/escapes/Dockerfile [new file with mode: 0644]
builder/parser/testfiles/escapes/result [new file with mode: 0644]
builder/parser/testfiles/influxdb/Dockerfile [new file with mode: 0644]
builder/parser/testfiles/influxdb/result [new file with mode: 0644]
builder/parser/testfiles/jeztah-invalid-json-json-inside-string-double/Dockerfile [new file with mode: 0644]
builder/parser/testfiles/jeztah-invalid-json-json-inside-string-double/result [new file with mode: 0644]
builder/parser/testfiles/jeztah-invalid-json-json-inside-string/Dockerfile [new file with mode: 0644]
builder/parser/testfiles/jeztah-invalid-json-json-inside-string/result [new file with mode: 0644]
builder/parser/testfiles/jeztah-invalid-json-single-quotes/Dockerfile [new file with mode: 0644]
builder/parser/testfiles/jeztah-invalid-json-single-quotes/result [new file with mode: 0644]
builder/parser/testfiles/jeztah-invalid-json-unterminated-bracket/Dockerfile [new file with mode: 0644]
builder/parser/testfiles/jeztah-invalid-json-unterminated-bracket/result [new file with mode: 0644]
builder/parser/testfiles/jeztah-invalid-json-unterminated-string/Dockerfile [new file with mode: 0644]
builder/parser/testfiles/jeztah-invalid-json-unterminated-string/result [new file with mode: 0644]
builder/parser/testfiles/kartar-entrypoint-oddities/Dockerfile [new file with mode: 0644]
builder/parser/testfiles/kartar-entrypoint-oddities/result [new file with mode: 0644]
builder/parser/testfiles/lk4d4-the-edge-case-generator/Dockerfile [new file with mode: 0644]
builder/parser/testfiles/lk4d4-the-edge-case-generator/result [new file with mode: 0644]
builder/parser/testfiles/mail/Dockerfile [new file with mode: 0644]
builder/parser/testfiles/mail/result [new file with mode: 0644]
builder/parser/testfiles/multiple-volumes/Dockerfile [new file with mode: 0644]
builder/parser/testfiles/multiple-volumes/result [new file with mode: 0644]
builder/parser/testfiles/mumble/Dockerfile [new file with mode: 0644]
builder/parser/testfiles/mumble/result [new file with mode: 0644]
builder/parser/testfiles/nginx/Dockerfile [new file with mode: 0644]
builder/parser/testfiles/nginx/result [new file with mode: 0644]
builder/parser/testfiles/tf2/Dockerfile [new file with mode: 0644]
builder/parser/testfiles/tf2/result [new file with mode: 0644]
builder/parser/testfiles/weechat/Dockerfile [new file with mode: 0644]
builder/parser/testfiles/weechat/result [new file with mode: 0644]
builder/parser/testfiles/znc/Dockerfile [new file with mode: 0644]
builder/parser/testfiles/znc/result [new file with mode: 0644]
builder/parser/utils.go [new file with mode: 0644]
builder/support.go [new file with mode: 0644]
builtins/builtins.go [new file with mode: 0644]
contrib/MAINTAINERS [new file with mode: 0644]
contrib/README [new file with mode: 0644]
contrib/check-config.sh [new file with mode: 0755]
contrib/completion/bash/docker [new file with mode: 0755]
contrib/completion/fish/docker.fish [new file with mode: 0644]
contrib/completion/zsh/_docker [new file with mode: 0644]
contrib/desktop-integration/README.md [new file with mode: 0644]
contrib/desktop-integration/chromium/Dockerfile [new file with mode: 0644]
contrib/desktop-integration/gparted/Dockerfile [new file with mode: 0644]
contrib/docker-device-tool/device_tool.go [new file with mode: 0644]
contrib/host-integration/Dockerfile.dev [new file with mode: 0644]
contrib/host-integration/Dockerfile.min [new file with mode: 0644]
contrib/host-integration/manager.go [new file with mode: 0644]
contrib/host-integration/manager.sh [new file with mode: 0755]
contrib/host-integration/manager/systemd [new file with mode: 0755]
contrib/host-integration/manager/upstart [new file with mode: 0755]
contrib/init/openrc/docker.confd [new file with mode: 0644]
contrib/init/openrc/docker.initd [new file with mode: 0755]
contrib/init/systemd/MAINTAINERS [new file with mode: 0644]
contrib/init/systemd/docker.service [new file with mode: 0644]
contrib/init/systemd/docker.socket [new file with mode: 0644]
contrib/init/sysvinit-debian/docker [new file with mode: 0755]
contrib/init/sysvinit-debian/docker.default [new file with mode: 0644]
contrib/init/sysvinit-redhat/docker [new file with mode: 0755]
contrib/init/sysvinit-redhat/docker.sysconfig [new file with mode: 0644]
contrib/init/upstart/docker.conf [new file with mode: 0644]
contrib/mkimage-alpine.sh [new file with mode: 0755]
contrib/mkimage-arch-pacman.conf [new file with mode: 0644]
contrib/mkimage-arch.sh [new file with mode: 0755]
contrib/mkimage-busybox.sh [new file with mode: 0755]
contrib/mkimage-crux.sh [new file with mode: 0755]
contrib/mkimage-debootstrap.sh [new file with mode: 0755]
contrib/mkimage-rinse.sh [new file with mode: 0755]
contrib/mkimage-unittest.sh [new file with mode: 0755]
contrib/mkimage-yum.sh [new file with mode: 0755]
contrib/mkimage.sh [new file with mode: 0755]
contrib/mkimage/.febootstrap-minimize [new file with mode: 0755]
contrib/mkimage/busybox-static [new file with mode: 0755]
contrib/mkimage/debootstrap [new file with mode: 0755]
contrib/mkimage/mageia-urpmi [new file with mode: 0755]
contrib/mkimage/rinse [new file with mode: 0755]
contrib/mkseccomp.pl [new file with mode: 0755]
contrib/mkseccomp.sample [new file with mode: 0644]
contrib/nuke-graph-directory.sh [new file with mode: 0755]
contrib/syntax/kate/Dockerfile.xml [new file with mode: 0644]
contrib/syntax/textmate/Docker.tmbundle/Preferences/Dockerfile.tmPreferences [new file with mode: 0644]
contrib/syntax/textmate/Docker.tmbundle/Syntaxes/Dockerfile.tmLanguage [new file with mode: 0644]
contrib/syntax/textmate/Docker.tmbundle/info.plist [new file with mode: 0644]
contrib/syntax/textmate/MAINTAINERS [new file with mode: 0644]
contrib/syntax/textmate/README.md [new file with mode: 0644]
contrib/syntax/vim/LICENSE [new file with mode: 0644]
contrib/syntax/vim/README.md [new file with mode: 0644]
contrib/syntax/vim/doc/dockerfile.txt [new file with mode: 0644]
contrib/syntax/vim/ftdetect/dockerfile.vim [new file with mode: 0644]
contrib/syntax/vim/syntax/dockerfile.vim [new file with mode: 0644]
contrib/udev/80-docker.rules [new file with mode: 0644]
contrib/vagrant-docker/README.md [new file with mode: 0644]
daemon/MAINTAINERS [new file with mode: 0644]
daemon/README.md [new file with mode: 0644]
daemon/attach.go [new file with mode: 0644]
daemon/changes.go [new file with mode: 0644]
daemon/commit.go [new file with mode: 0644]
daemon/config.go [new file with mode: 0644]
daemon/container.go [new file with mode: 0644]
daemon/container_unit_test.go [new file with mode: 0644]
daemon/copy.go [new file with mode: 0644]
daemon/create.go [new file with mode: 0644]
daemon/daemon.go [new file with mode: 0644]
daemon/daemon_aufs.go [new file with mode: 0644]
daemon/daemon_btrfs.go [new file with mode: 0644]
daemon/daemon_devicemapper.go [new file with mode: 0644]
daemon/daemon_no_aufs.go [new file with mode: 0644]
daemon/daemon_unit_test.go [new file with mode: 0644]
daemon/delete.go [new file with mode: 0644]
daemon/exec.go [new file with mode: 0644]
daemon/execdriver/MAINTAINERS [new file with mode: 0644]
daemon/execdriver/driver.go [new file with mode: 0644]
daemon/execdriver/execdrivers/execdrivers.go [new file with mode: 0644]
daemon/execdriver/lxc/MAINTAINERS [new file with mode: 0644]
daemon/execdriver/lxc/driver.go [new file with mode: 0644]
daemon/execdriver/lxc/info.go [new file with mode: 0644]
daemon/execdriver/lxc/info_test.go [new file with mode: 0644]
daemon/execdriver/lxc/init.go [new file with mode: 0644]
daemon/execdriver/lxc/lxc_init_linux.go [new file with mode: 0644]
daemon/execdriver/lxc/lxc_init_unsupported.go [new file with mode: 0644]
daemon/execdriver/lxc/lxc_template.go [new file with mode: 0644]
daemon/execdriver/lxc/lxc_template_unit_test.go [new file with mode: 0644]
daemon/execdriver/native/create.go [new file with mode: 0644]
daemon/execdriver/native/driver.go [new file with mode: 0644]
daemon/execdriver/native/driver_unsupported.go [new file with mode: 0644]
daemon/execdriver/native/driver_unsupported_nocgo.go [new file with mode: 0644]
daemon/execdriver/native/exec.go [new file with mode: 0644]
daemon/execdriver/native/info.go [new file with mode: 0644]
daemon/execdriver/native/init.go [new file with mode: 0644]
daemon/execdriver/native/template/default_template.go [new file with mode: 0644]
daemon/execdriver/native/utils.go [new file with mode: 0644]
daemon/execdriver/pipes.go [new file with mode: 0644]
daemon/execdriver/termconsole.go [new file with mode: 0644]
daemon/execdriver/utils.go [new file with mode: 0644]
daemon/export.go [new file with mode: 0644]
daemon/graphdriver/aufs/aufs.go [new file with mode: 0644]
daemon/graphdriver/aufs/aufs_test.go [new file with mode: 0644]
daemon/graphdriver/aufs/dirs.go [new file with mode: 0644]
daemon/graphdriver/aufs/migrate.go [new file with mode: 0644]
daemon/graphdriver/aufs/mount.go [new file with mode: 0644]
daemon/graphdriver/aufs/mount_linux.go [new file with mode: 0644]
daemon/graphdriver/aufs/mount_unsupported.go [new file with mode: 0644]
daemon/graphdriver/btrfs/MAINTAINERS [new file with mode: 0644]
daemon/graphdriver/btrfs/btrfs.go [new file with mode: 0644]
daemon/graphdriver/btrfs/btrfs_test.go [new file with mode: 0644]
daemon/graphdriver/btrfs/dummy_unsupported.go [new file with mode: 0644]
daemon/graphdriver/devmapper/MAINTAINERS [new file with mode: 0644]
daemon/graphdriver/devmapper/README.md [new file with mode: 0644]
daemon/graphdriver/devmapper/attach_loopback.go [new file with mode: 0644]
daemon/graphdriver/devmapper/deviceset.go [new file with mode: 0644]
daemon/graphdriver/devmapper/devmapper.go [new file with mode: 0644]
daemon/graphdriver/devmapper/devmapper_doc.go [new file with mode: 0644]
daemon/graphdriver/devmapper/devmapper_log.go [new file with mode: 0644]
daemon/graphdriver/devmapper/devmapper_test.go [new file with mode: 0644]
daemon/graphdriver/devmapper/devmapper_wrapper.go [new file with mode: 0644]
daemon/graphdriver/devmapper/driver.go [new file with mode: 0644]
daemon/graphdriver/devmapper/ioctl.go [new file with mode: 0644]
daemon/graphdriver/devmapper/mount.go [new file with mode: 0644]
daemon/graphdriver/driver.go [new file with mode: 0644]
daemon/graphdriver/fsdiff.go [new file with mode: 0644]
daemon/graphdriver/graphtest/graphtest.go [new file with mode: 0644]
daemon/graphdriver/vfs/driver.go [new file with mode: 0644]
daemon/graphdriver/vfs/vfs_test.go [new file with mode: 0644]
daemon/history.go [new file with mode: 0644]
daemon/image_delete.go [new file with mode: 0644]
daemon/info.go [new file with mode: 0644]
daemon/inspect.go [new file with mode: 0644]
daemon/kill.go [new file with mode: 0644]
daemon/list.go [new file with mode: 0644]
daemon/logs.go [new file with mode: 0644]
daemon/monitor.go [new file with mode: 0644]
daemon/network_settings.go [new file with mode: 0644]
daemon/networkdriver/bridge/driver.go [new file with mode: 0644]
daemon/networkdriver/bridge/driver_test.go [new file with mode: 0644]
daemon/networkdriver/ipallocator/allocator.go [new file with mode: 0644]
daemon/networkdriver/ipallocator/allocator_test.go [new file with mode: 0644]
daemon/networkdriver/network.go [new file with mode: 0644]
daemon/networkdriver/network_test.go [new file with mode: 0644]
daemon/networkdriver/portallocator/portallocator.go [new file with mode: 0644]
daemon/networkdriver/portallocator/portallocator_test.go [new file with mode: 0644]
daemon/networkdriver/portmapper/mapper.go [new file with mode: 0644]
daemon/networkdriver/portmapper/mapper_test.go [new file with mode: 0644]
daemon/networkdriver/portmapper/mock_proxy.go [new file with mode: 0644]
daemon/networkdriver/portmapper/proxy.go [new file with mode: 0644]
daemon/networkdriver/utils.go [new file with mode: 0644]
daemon/pause.go [new file with mode: 0644]
daemon/resize.go [new file with mode: 0644]
daemon/restart.go [new file with mode: 0644]
daemon/start.go [new file with mode: 0644]
daemon/state.go [new file with mode: 0644]
daemon/state_test.go [new file with mode: 0644]
daemon/stop.go [new file with mode: 0644]
daemon/top.go [new file with mode: 0644]
daemon/utils.go [new file with mode: 0644]
daemon/utils_linux.go [new file with mode: 0644]
daemon/utils_nolinux.go [new file with mode: 0644]
daemon/utils_test.go [new file with mode: 0644]
daemon/volumes.go [new file with mode: 0644]
daemon/wait.go [new file with mode: 0644]
docker/README.md [new file with mode: 0644]
docker/client.go [new file with mode: 0644]
docker/daemon.go [new file with mode: 0644]
docker/docker.go [new file with mode: 0644]
docker/flags.go [new file with mode: 0644]
dockerinit/dockerinit.go [new file with mode: 0644]
dockerversion/dockerversion.go [new file with mode: 0644]
docs/.gitignore [new file with mode: 0644]
docs/Dockerfile [new file with mode: 0644]
docs/MAINTAINERS [new file with mode: 0644]
docs/README.md [new file with mode: 0755]
docs/docs-update.py [new file with mode: 0755]
docs/man/Dockerfile [new file with mode: 0644]
docs/man/Dockerfile.5.md [new file with mode: 0644]
docs/man/README.md [new file with mode: 0644]
docs/man/docker-attach.1.md [new file with mode: 0644]
docs/man/docker-build.1.md [new file with mode: 0644]
docs/man/docker-commit.1.md [new file with mode: 0644]
docs/man/docker-cp.1.md [new file with mode: 0644]
docs/man/docker-create.1.md [new file with mode: 0644]
docs/man/docker-diff.1.md [new file with mode: 0644]
docs/man/docker-events.1.md [new file with mode: 0644]
docs/man/docker-exec.1.md [new file with mode: 0644]
docs/man/docker-export.1.md [new file with mode: 0644]
docs/man/docker-history.1.md [new file with mode: 0644]
docs/man/docker-images.1.md [new file with mode: 0644]
docs/man/docker-import.1.md [new file with mode: 0644]
docs/man/docker-info.1.md [new file with mode: 0644]
docs/man/docker-inspect.1.md [new file with mode: 0644]
docs/man/docker-kill.1.md [new file with mode: 0644]
docs/man/docker-load.1.md [new file with mode: 0644]
docs/man/docker-login.1.md [new file with mode: 0644]
docs/man/docker-logout.1.md [new file with mode: 0644]
docs/man/docker-logs.1.md [new file with mode: 0644]
docs/man/docker-pause.1.md [new file with mode: 0644]
docs/man/docker-port.1.md [new file with mode: 0644]
docs/man/docker-ps.1.md [new file with mode: 0644]
docs/man/docker-pull.1.md [new file with mode: 0644]
docs/man/docker-push.1.md [new file with mode: 0644]
docs/man/docker-restart.1.md [new file with mode: 0644]
docs/man/docker-rm.1.md [new file with mode: 0644]
docs/man/docker-rmi.1.md [new file with mode: 0644]
docs/man/docker-run.1.md [new file with mode: 0644]
docs/man/docker-save.1.md [new file with mode: 0644]
docs/man/docker-search.1.md [new file with mode: 0644]
docs/man/docker-start.1.md [new file with mode: 0644]
docs/man/docker-stop.1.md [new file with mode: 0644]
docs/man/docker-tag.1.md [new file with mode: 0644]
docs/man/docker-top.1.md [new file with mode: 0644]
docs/man/docker-unpause.1.md [new file with mode: 0644]
docs/man/docker-version.1.md [new file with mode: 0644]
docs/man/docker-wait.1.md [new file with mode: 0644]
docs/man/docker.1.md [new file with mode: 0644]
docs/man/md2man-all.sh [new file with mode: 0755]
docs/mkdocs.yml [new file with mode: 0644]
docs/release.sh [new file with mode: 0755]
docs/s3_website.json [new file with mode: 0644]
engine/MAINTAINERS [new file with mode: 0644]
engine/engine.go [new file with mode: 0644]
engine/engine_test.go [new file with mode: 0644]
engine/env.go [new file with mode: 0644]
engine/env_test.go [new file with mode: 0644]
engine/hack.go [new file with mode: 0644]
engine/helpers_test.go [new file with mode: 0644]
engine/http.go [new file with mode: 0644]
engine/job.go [new file with mode: 0644]
engine/job_test.go [new file with mode: 0644]
engine/shutdown_test.go [new file with mode: 0644]
engine/streams.go [new file with mode: 0644]
engine/streams_test.go [new file with mode: 0644]
engine/table.go [new file with mode: 0644]
engine/table_test.go [new file with mode: 0644]
events/events.go [new file with mode: 0644]
events/events_test.go [new file with mode: 0644]
graph/MAINTAINERS [new file with mode: 0644]
graph/export.go [new file with mode: 0644]
graph/graph.go [new file with mode: 0644]
graph/history.go [new file with mode: 0644]
graph/import.go [new file with mode: 0644]
graph/list.go [new file with mode: 0644]
graph/load.go [new file with mode: 0644]
graph/pools_test.go [new file with mode: 0644]
graph/pull.go [new file with mode: 0644]
graph/push.go [new file with mode: 0644]
graph/service.go [new file with mode: 0644]
graph/tag.go [new file with mode: 0644]
graph/tags.go [new file with mode: 0644]
graph/tags_unit_test.go [new file with mode: 0644]
graph/viz.go [new file with mode: 0644]
hack/CONTRIBUTORS.md [new symlink]
hack/MAINTAINERS [new file with mode: 0644]
hack/MAINTAINERS.md [new file with mode: 0644]
hack/PACKAGERS.md [new file with mode: 0644]
hack/PRINCIPLES.md [new file with mode: 0644]
hack/README.md [new file with mode: 0644]
hack/RELEASE-CHECKLIST.md [new file with mode: 0644]
hack/ROADMAP.md [new file with mode: 0644]
hack/allmaintainers.sh [new file with mode: 0755]
hack/dind [new file with mode: 0755]
hack/generate-authors.sh [new file with mode: 0755]
hack/getmaintainer.sh [new file with mode: 0755]
hack/install.sh [new file with mode: 0755]
hack/make.sh [new file with mode: 0755]
hack/make/.ensure-busybox [new file with mode: 0644]
hack/make/.ensure-scratch [new file with mode: 0644]
hack/make/.go-compile-test-dir [new file with mode: 0755]
hack/make/.validate [new file with mode: 0644]
hack/make/README.md [new file with mode: 0644]
hack/make/binary [new file with mode: 0755]
hack/make/cover [new file with mode: 0644]
hack/make/cross [new file with mode: 0644]
hack/make/dynbinary [new file with mode: 0644]
hack/make/dyntest-integration [new file with mode: 0644]
hack/make/dyntest-unit [new file with mode: 0644]
hack/make/test-integration [new file with mode: 0644]
hack/make/test-integration-cli [new file with mode: 0644]
hack/make/test-unit [new file with mode: 0644]
hack/make/tgz [new file with mode: 0644]
hack/make/ubuntu [new file with mode: 0644]
hack/make/validate-dco [new file with mode: 0644]
hack/make/validate-gofmt [new file with mode: 0644]
hack/release.sh [new file with mode: 0755]
hack/stats.sh [new file with mode: 0755]
hack/vendor.sh [new file with mode: 0755]
image/graph.go [new file with mode: 0644]
image/image.go [new file with mode: 0644]
integration-cli/MAINTAINERS [new file with mode: 0644]
integration-cli/build_tests/TestCopy/DirContentToExistDir/Dockerfile [new file with mode: 0644]
integration-cli/build_tests/TestCopy/DirContentToExistDir/test_dir/test_file [new file with mode: 0644]
integration-cli/build_tests/TestCopy/DirContentToRoot/Dockerfile [new file with mode: 0644]
integration-cli/build_tests/TestCopy/DirContentToRoot/test_dir/test_file [new file with mode: 0644]
integration-cli/build_tests/TestCopy/DisallowRemote/Dockerfile [new file with mode: 0644]
integration-cli/build_tests/TestCopy/EtcToRoot/Dockerfile [new file with mode: 0644]
integration-cli/build_tests/TestCopy/MultipleFiles/Dockerfile [new file with mode: 0644]
integration-cli/build_tests/TestCopy/MultipleFiles/test_file1 [new file with mode: 0644]
integration-cli/build_tests/TestCopy/MultipleFiles/test_file2 [new file with mode: 0644]
integration-cli/build_tests/TestCopy/MultipleFiles/test_file3 [new file with mode: 0644]
integration-cli/build_tests/TestCopy/MultipleFiles/test_file4 [new file with mode: 0644]
integration-cli/build_tests/TestCopy/MultipleFilesToFile/Dockerfile [new file with mode: 0644]
integration-cli/build_tests/TestCopy/MultipleFilesToFile/test_file1 [new file with mode: 0644]
integration-cli/build_tests/TestCopy/MultipleFilesToFile/test_file2 [new file with mode: 0644]
integration-cli/build_tests/TestCopy/MultipleFilesToFile/test_file3 [new file with mode: 0644]
integration-cli/build_tests/TestCopy/SingleFileToExistDir/Dockerfile [new file with mode: 0644]
integration-cli/build_tests/TestCopy/SingleFileToExistDir/test_file [new file with mode: 0644]
integration-cli/build_tests/TestCopy/SingleFileToNonExistDir/Dockerfile [new file with mode: 0644]
integration-cli/build_tests/TestCopy/SingleFileToNonExistDir/test_file [new file with mode: 0644]
integration-cli/build_tests/TestCopy/SingleFileToRoot/Dockerfile [new file with mode: 0644]
integration-cli/build_tests/TestCopy/SingleFileToWorkdir/Dockerfile [new file with mode: 0644]
integration-cli/build_tests/TestCopy/WholeDirToRoot/Dockerfile [new file with mode: 0644]
integration-cli/docker_api_inspect_test.go [new file with mode: 0644]
integration-cli/docker_cli_attach_test.go [new file with mode: 0644]
integration-cli/docker_cli_build_test.go [new file with mode: 0644]
integration-cli/docker_cli_commit_test.go [new file with mode: 0644]
integration-cli/docker_cli_cp_test.go [new file with mode: 0644]
integration-cli/docker_cli_create_test.go [new file with mode: 0644]
integration-cli/docker_cli_daemon_test.go [new file with mode: 0644]
integration-cli/docker_cli_diff_test.go [new file with mode: 0644]
integration-cli/docker_cli_events_test.go [new file with mode: 0644]
integration-cli/docker_cli_exec_test.go [new file with mode: 0644]
integration-cli/docker_cli_export_import_test.go [new file with mode: 0644]
integration-cli/docker_cli_history_test.go [new file with mode: 0644]
integration-cli/docker_cli_images_test.go [new file with mode: 0644]
integration-cli/docker_cli_import_test.go [new file with mode: 0644]
integration-cli/docker_cli_info_test.go [new file with mode: 0644]
integration-cli/docker_cli_inspect_test.go [new file with mode: 0644]
integration-cli/docker_cli_kill_test.go [new file with mode: 0644]
integration-cli/docker_cli_links_test.go [new file with mode: 0644]
integration-cli/docker_cli_logs_test.go [new file with mode: 0644]
integration-cli/docker_cli_nat_test.go [new file with mode: 0644]
integration-cli/docker_cli_port_test.go [new file with mode: 0644]
integration-cli/docker_cli_ps_test.go [new file with mode: 0644]
integration-cli/docker_cli_pull_test.go [new file with mode: 0644]
integration-cli/docker_cli_push_test.go [new file with mode: 0644]
integration-cli/docker_cli_restart_test.go [new file with mode: 0644]
integration-cli/docker_cli_rm_test.go [new file with mode: 0644]
integration-cli/docker_cli_rmi_test.go [new file with mode: 0644]
integration-cli/docker_cli_run_test.go [new file with mode: 0644]
integration-cli/docker_cli_save_load_test.go [new file with mode: 0644]
integration-cli/docker_cli_search_test.go [new file with mode: 0644]
integration-cli/docker_cli_start_test.go [new file with mode: 0644]
integration-cli/docker_cli_tag_test.go [new file with mode: 0644]
integration-cli/docker_cli_top_test.go [new file with mode: 0644]
integration-cli/docker_cli_version_test.go [new file with mode: 0644]
integration-cli/docker_test_vars.go [new file with mode: 0644]
integration-cli/docker_utils.go [new file with mode: 0644]
integration-cli/utils.go [new file with mode: 0644]
integration/MAINTAINERS [new file with mode: 0644]
integration/README.md [new file with mode: 0644]
integration/api_test.go [new file with mode: 0644]
integration/commands_test.go [new file with mode: 0644]
integration/container_test.go [new file with mode: 0644]
integration/fixtures/https/ca.pem [new file with mode: 0644]
integration/fixtures/https/client-cert.pem [new file with mode: 0644]
integration/fixtures/https/client-key.pem [new file with mode: 0644]
integration/fixtures/https/client-rogue-cert.pem [new file with mode: 0644]
integration/fixtures/https/client-rogue-key.pem [new file with mode: 0644]
integration/fixtures/https/server-cert.pem [new file with mode: 0644]
integration/fixtures/https/server-key.pem [new file with mode: 0644]
integration/fixtures/https/server-rogue-cert.pem [new file with mode: 0644]
integration/fixtures/https/server-rogue-key.pem [new file with mode: 0644]
integration/graph_test.go [new file with mode: 0644]
integration/https_test.go [new file with mode: 0644]
integration/runtime_test.go [new file with mode: 0644]
integration/server_test.go [new file with mode: 0644]
integration/utils_test.go [new file with mode: 0644]
integration/z_final_test.go [new file with mode: 0644]
links/links.go [new file with mode: 0644]
links/links_test.go [new file with mode: 0644]
nat/nat.go [new file with mode: 0644]
nat/nat_test.go [new file with mode: 0644]
nat/sort.go [new file with mode: 0644]
nat/sort_test.go [new file with mode: 0644]
opts/envfile.go [new file with mode: 0644]
opts/ip.go [new file with mode: 0644]
opts/opts.go [new file with mode: 0644]
opts/opts_test.go [new file with mode: 0644]
pkg/README.md [new file with mode: 0644]
pkg/archive/MAINTAINERS [new file with mode: 0644]
pkg/archive/README.md [new file with mode: 0644]
pkg/archive/archive.go [new file with mode: 0644]
pkg/archive/archive_test.go [new file with mode: 0644]
pkg/archive/changes.go [new file with mode: 0644]
pkg/archive/changes_test.go [new file with mode: 0644]
pkg/archive/diff.go [new file with mode: 0644]
pkg/archive/diff_test.go [new file with mode: 0644]
pkg/archive/testdata/broken.tar [new file with mode: 0644]
pkg/archive/time_linux.go [new file with mode: 0644]
pkg/archive/time_unsupported.go [new file with mode: 0644]
pkg/archive/utils_test.go [new file with mode: 0644]
pkg/archive/wrap.go [new file with mode: 0644]
pkg/broadcastwriter/broadcastwriter.go [new file with mode: 0644]
pkg/broadcastwriter/broadcastwriter_test.go [new file with mode: 0644]
pkg/chrootarchive/archive.go [new file with mode: 0644]
pkg/chrootarchive/archive_test.go [new file with mode: 0644]
pkg/chrootarchive/diff.go [new file with mode: 0644]
pkg/chrootarchive/init.go [new file with mode: 0644]
pkg/fileutils/fileutils.go [new file with mode: 0644]
pkg/graphdb/MAINTAINERS [new file with mode: 0644]
pkg/graphdb/conn_sqlite3.go [new file with mode: 0644]
pkg/graphdb/conn_unsupported.go [new file with mode: 0644]
pkg/graphdb/graphdb.go [new file with mode: 0644]
pkg/graphdb/graphdb_test.go [new file with mode: 0644]
pkg/graphdb/sort.go [new file with mode: 0644]
pkg/graphdb/sort_test.go [new file with mode: 0644]
pkg/graphdb/utils.go [new file with mode: 0644]
pkg/httputils/MAINTAINERS [new file with mode: 0644]
pkg/httputils/resumablerequestreader.go [new file with mode: 0644]
pkg/ioutils/readers.go [new file with mode: 0644]
pkg/ioutils/readers_test.go [new file with mode: 0644]
pkg/ioutils/writers.go [new file with mode: 0644]
pkg/iptables/MAINTAINERS [new file with mode: 0644]
pkg/iptables/iptables.go [new file with mode: 0644]
pkg/jsonlog/jsonlog.go [new file with mode: 0644]
pkg/jsonlog/jsonlog_marshalling.go [new file with mode: 0644]
pkg/jsonlog/jsonlog_test.go [new file with mode: 0644]
pkg/listenbuffer/buffer.go [new file with mode: 0644]
pkg/log/log.go [new file with mode: 0644]
pkg/log/log_test.go [new file with mode: 0644]
pkg/mflag/LICENSE [new file with mode: 0644]
pkg/mflag/MAINTAINERS [new file with mode: 0644]
pkg/mflag/README.md [new file with mode: 0644]
pkg/mflag/example/example.go [new file with mode: 0644]
pkg/mflag/flag.go [new file with mode: 0644]
pkg/mflag/flag_test.go [new file with mode: 0644]
pkg/mount/MAINTAINERS [new file with mode: 0644]
pkg/mount/flags.go [new file with mode: 0644]
pkg/mount/flags_freebsd.go [new file with mode: 0644]
pkg/mount/flags_linux.go [new file with mode: 0644]
pkg/mount/flags_unsupported.go [new file with mode: 0644]
pkg/mount/mount.go [new file with mode: 0644]
pkg/mount/mount_test.go [new file with mode: 0644]
pkg/mount/mounter_freebsd.go [new file with mode: 0644]
pkg/mount/mounter_linux.go [new file with mode: 0644]
pkg/mount/mounter_unsupported.go [new file with mode: 0644]
pkg/mount/mountinfo.go [new file with mode: 0644]
pkg/mount/mountinfo_freebsd.go [new file with mode: 0644]
pkg/mount/mountinfo_linux.go [new file with mode: 0644]
pkg/mount/mountinfo_linux_test.go [new file with mode: 0644]
pkg/mount/mountinfo_unsupported.go [new file with mode: 0644]
pkg/namesgenerator/names-generator.go [new file with mode: 0644]
pkg/namesgenerator/names-generator_test.go [new file with mode: 0644]
pkg/networkfs/MAINTAINERS [new file with mode: 0644]
pkg/networkfs/etchosts/etchosts.go [new file with mode: 0644]
pkg/networkfs/etchosts/etchosts_test.go [new file with mode: 0644]
pkg/networkfs/resolvconf/resolvconf.go [new file with mode: 0644]
pkg/networkfs/resolvconf/resolvconf_test.go [new file with mode: 0644]
pkg/parsers/MAINTAINERS [new file with mode: 0644]
pkg/parsers/filters/parse.go [new file with mode: 0644]
pkg/parsers/filters/parse_test.go [new file with mode: 0644]
pkg/parsers/kernel/kernel.go [new file with mode: 0644]
pkg/parsers/kernel/kernel_test.go [new file with mode: 0644]
pkg/parsers/kernel/uname_linux.go [new file with mode: 0644]
pkg/parsers/kernel/uname_unsupported.go [new file with mode: 0644]
pkg/parsers/operatingsystem/operatingsystem.go [new file with mode: 0644]
pkg/parsers/operatingsystem/operatingsystem_test.go [new file with mode: 0644]
pkg/parsers/parsers.go [new file with mode: 0644]
pkg/parsers/parsers_test.go [new file with mode: 0644]
pkg/pools/pools.go [new file with mode: 0644]
pkg/pools/pools_nopool.go [new file with mode: 0644]
pkg/promise/promise.go [new file with mode: 0644]
pkg/proxy/MAINTAINERS [new file with mode: 0644]
pkg/proxy/network_proxy_test.go [new file with mode: 0644]
pkg/proxy/proxy.go [new file with mode: 0644]
pkg/proxy/stub_proxy.go [new file with mode: 0644]
pkg/proxy/tcp_proxy.go [new file with mode: 0644]
pkg/proxy/udp_proxy.go [new file with mode: 0644]
pkg/reexec/MAINTAINERS [new file with mode: 0644]
pkg/reexec/README.md [new file with mode: 0644]
pkg/reexec/command_linux.go [new file with mode: 0644]
pkg/reexec/command_unsupported.go [new file with mode: 0644]
pkg/reexec/reexec.go [new file with mode: 0644]
pkg/signal/signal.go [new file with mode: 0644]
pkg/signal/signal_darwin.go [new file with mode: 0644]
pkg/signal/signal_freebsd.go [new file with mode: 0644]
pkg/signal/signal_linux.go [new file with mode: 0644]
pkg/signal/signal_unsupported.go [new file with mode: 0644]
pkg/signal/trap.go [new file with mode: 0644]
pkg/stdcopy/MAINTAINERS [new file with mode: 0644]
pkg/stdcopy/stdcopy.go [new file with mode: 0644]
pkg/stdcopy/stdcopy_test.go [new file with mode: 0644]
pkg/symlink/LICENSE.APACHE [new file with mode: 0644]
pkg/symlink/LICENSE.BSD [new file with mode: 0644]
pkg/symlink/MAINTAINERS [new file with mode: 0644]
pkg/symlink/README.md [new file with mode: 0644]
pkg/symlink/fs.go [new file with mode: 0644]
pkg/symlink/fs_test.go [new file with mode: 0644]
pkg/sysinfo/MAINTAINERS [new file with mode: 0644]
pkg/sysinfo/sysinfo.go [new file with mode: 0644]
pkg/system/MAINTAINERS [new file with mode: 0644]
pkg/system/errors.go [new file with mode: 0644]
pkg/system/stat_linux.go [new file with mode: 0644]
pkg/system/stat_unsupported.go [new file with mode: 0644]
pkg/system/utimes_darwin.go [new file with mode: 0644]
pkg/system/utimes_freebsd.go [new file with mode: 0644]
pkg/system/utimes_linux.go [new file with mode: 0644]
pkg/system/utimes_test.go [new file with mode: 0644]
pkg/system/utimes_unsupported.go [new file with mode: 0644]
pkg/system/xattrs_linux.go [new file with mode: 0644]
pkg/system/xattrs_unsupported.go [new file with mode: 0644]
pkg/systemd/MAINTAINERS [new file with mode: 0644]
pkg/systemd/booted.go [new file with mode: 0644]
pkg/systemd/listendfd.go [new file with mode: 0644]
pkg/systemd/sd_notify.go [new file with mode: 0644]
pkg/tailfile/tailfile.go [new file with mode: 0644]
pkg/tailfile/tailfile_test.go [new file with mode: 0644]
pkg/tarsum/MAINTAINER [new file with mode: 0644]
pkg/tarsum/fileinfosums.go [new file with mode: 0644]
pkg/tarsum/fileinfosums_test.go [new file with mode: 0644]
pkg/tarsum/tarsum.go [new file with mode: 0644]
pkg/tarsum/tarsum_test.go [new file with mode: 0644]
pkg/tarsum/testdata/46af0962ab5afeb5ce6740d4d91652e69206fc991fd5328c1a94d364ad00e457/json [new file with mode: 0644]
pkg/tarsum/testdata/46af0962ab5afeb5ce6740d4d91652e69206fc991fd5328c1a94d364ad00e457/layer.tar [new file with mode: 0644]
pkg/tarsum/testdata/511136ea3c5a64f264b78b5433614aec563103b4d4702f3ba7d4d2698e22c158/json [new file with mode: 0644]
pkg/tarsum/testdata/511136ea3c5a64f264b78b5433614aec563103b4d4702f3ba7d4d2698e22c158/layer.tar [new file with mode: 0644]
pkg/tarsum/testdata/collision/collision-0.tar [new file with mode: 0644]
pkg/tarsum/testdata/collision/collision-1.tar [new file with mode: 0644]
pkg/tarsum/testdata/collision/collision-2.tar [new file with mode: 0644]
pkg/tarsum/testdata/collision/collision-3.tar [new file with mode: 0644]
pkg/tarsum/testdata/xattr/json [new file with mode: 0644]
pkg/tarsum/testdata/xattr/layer.tar [new file with mode: 0644]
pkg/tarsum/versioning.go [new file with mode: 0644]
pkg/tarsum/versioning_test.go [new file with mode: 0644]
pkg/tarsum/writercloser.go [new file with mode: 0644]
pkg/term/MAINTAINERS [new file with mode: 0644]
pkg/term/term.go [new file with mode: 0644]
pkg/term/termios_darwin.go [new file with mode: 0644]
pkg/term/termios_freebsd.go [new file with mode: 0644]
pkg/term/termios_linux.go [new file with mode: 0644]
pkg/testutils/MAINTAINERS [new file with mode: 0644]
pkg/testutils/README.md [new file with mode: 0644]
pkg/testutils/utils.go [new file with mode: 0644]
pkg/timeutils/MAINTAINERS [new file with mode: 0644]
pkg/timeutils/json.go [new file with mode: 0644]
pkg/truncindex/MAINTAINERS [new file with mode: 0644]
pkg/truncindex/truncindex.go [new file with mode: 0644]
pkg/truncindex/truncindex_test.go [new file with mode: 0644]
pkg/units/MAINTAINERS [new file with mode: 0644]
pkg/units/duration.go [new file with mode: 0644]
pkg/units/duration_test.go [new file with mode: 0644]
pkg/units/size.go [new file with mode: 0644]
pkg/units/size_test.go [new file with mode: 0644]
pkg/version/version.go [new file with mode: 0644]
pkg/version/version_test.go [new file with mode: 0644]
registry/MAINTAINERS [new file with mode: 0644]
registry/auth.go [new file with mode: 0644]
registry/auth_test.go [new file with mode: 0644]
registry/endpoint.go [new file with mode: 0644]
registry/endpoint_test.go [new file with mode: 0644]
registry/httpfactory.go [new file with mode: 0644]
registry/registry.go [new file with mode: 0644]
registry/registry_mock_test.go [new file with mode: 0644]
registry/registry_test.go [new file with mode: 0644]
registry/service.go [new file with mode: 0644]
registry/session.go [new file with mode: 0644]
registry/session_v2.go [new file with mode: 0644]
registry/types.go [new file with mode: 0644]
runconfig/compare.go [new file with mode: 0644]
runconfig/config.go [new file with mode: 0644]
runconfig/config_test.go [new file with mode: 0644]
runconfig/exec.go [new file with mode: 0644]
runconfig/hostconfig.go [new file with mode: 0644]
runconfig/merge.go [new file with mode: 0644]
runconfig/parse.go [new file with mode: 0644]
runconfig/parse_test.go [new file with mode: 0644]
trust/service.go [new file with mode: 0644]
trust/trusts.go [new file with mode: 0644]
utils/daemon.go [new file with mode: 0644]
utils/http.go [new file with mode: 0644]
utils/jsonmessage.go [new file with mode: 0644]
utils/jsonmessage_test.go [new file with mode: 0644]
utils/progressreader.go [new file with mode: 0644]
utils/random.go [new file with mode: 0644]
utils/streamformatter.go [new file with mode: 0644]
utils/streamformatter_test.go [new file with mode: 0644]
utils/timeoutconn.go [new file with mode: 0644]
utils/timeoutconn_test.go [new file with mode: 0644]
utils/tmpdir.go [new file with mode: 0644]
utils/tmpdir_unix.go [new file with mode: 0644]
utils/utils.go [new file with mode: 0644]
utils/utils_test.go [new file with mode: 0644]
volumes/MAINTAINERS [new file with mode: 0644]
volumes/repository.go [new file with mode: 0644]
volumes/volume.go [new file with mode: 0644]